func crypto/cipher.gcmCounterCryptGeneric

5 uses

	crypto/cipher (current package)
		gcm.go#L262: 	gcmCounterCryptGeneric(g.cipher, tagMask[:], tagMask[:], &counter)
		gcm.go#L264: 	gcmCounterCryptGeneric(g.cipher, out, plaintext, &counter)
		gcm.go#L301: 	gcmCounterCryptGeneric(g.cipher, tagMask[:], tagMask[:], &counter)
		gcm.go#L317: 	gcmCounterCryptGeneric(g.cipher, out, ciphertext, &counter)
		gcm.go#L334: func gcmCounterCryptGeneric(b Block, out, src []byte, counter *[gcmBlockSize]byte) {